home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Miscellany / New.h < prev    next >
Text File  |  1997-06-28  |  173b  |  15 lines

  1. // New.h
  2.  
  3. #ifndef New_h
  4. #define New_h
  5.  
  6. #ifndef Integers_h
  7. #include "Integers.h"
  8. #endif
  9.  
  10. extern void *operator new( uint32 );
  11.  
  12. extern void operator delete( void * );
  13.  
  14. #endif
  15.